Implementation of the suspend event channel is completely optional for
a guest so do not log this normal occurrence.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@eu.citrix.com>
if (si.xce > 0) {
port = xs_suspend_evtchn_port(si.domid);
- if (port < 0) {
- XL_LOG(ctx, XL_LOG_WARNING, "Failed to get the suspend evtchn port");
- } else {
+ if (port >= 0) {
si.suspend_eventchn = xc_suspend_evtchn_init(ctx->xch, si.xce, si.domid, port);
if (si.suspend_eventchn < 0)